バージョン

ColorPicker(String,String[],String[],IDictionary<String,Object>) メソッド

ColorPicker ウィジェットを構成するためのヘルパー。
シンタックス
'宣言
 
Public Overloads Function ColorPicker( _
   Optional ByVal id As System.String, _
   Optional ByVal colors() As System.String, _
   Optional ByVal standardColors() As System.String, _
   Optional ByVal htmlAttributes As System.Collections.Generic.IDictionary(Of String,Object) _
) As ColorPickerWrapper
public ColorPickerWrapper ColorPicker( 
   System.string id,
   System.string[] colors,
   System.string[] standardColors,
   System.Collections.Generic.IDictionary<string,object> htmlAttributes
)

パラメータ

id
colors
standardColors
htmlAttributes

戻り値の型

ColorPickerWrapper の新しいインスタンス
参照

オンラインで表示: GitHub